From: Anthony PERARD Date: Tue, 8 Oct 2013 12:59:56 +0000 (+0100) Subject: qemu-xen: Disabling build of guest-agent. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6196 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=9786c7ffe8d6a0362afb629bde6b655274b134f8;p=xen.git qemu-xen: Disabling build of guest-agent. It is not use when QEMU is run with Xen. Signed-off-by: Anthony PERARD Acked-by: Ian Campbell --- diff --git a/tools/Makefile b/tools/Makefile index 066df66487..206b79aa51 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -201,6 +201,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find --datadir=$(SHAREDIR)/qemu-xen \ --disable-kvm \ --disable-docs \ + --disable-guest-agent \ --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) all